home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- nocurs
- disp menu\pcf0 1
- disp menu\firstpub 1
- :start
- disp menu\firstpub 2
- getkey ix
-
- if errorlevel 2 goto quit
- if errorlevel 1 goto install
-
- :install
- disp menu\wdrive 2
- getkey abm
-
- if errorlevel 3 goto start
- if errorlevel 2 goto instb
- if errorlevel 1 goto insta
-
- :insta
- cls
- echo Copying compressed file
- copy publish\*.* c:\pub
- c:
- cd\pub
- echo Restoring First Publisher program files
- disk2
- echo Initiazing Printers...
- pause
- printer
- echo Activating First Publisher...
- pause
- fp
- a:
- goto quit
-
- :instb
- cls
- echo Copying compressed file
- copy publish\*.* c:\pub
- c:
- cd\pub
- echo Restoring First Publisher program files
- disk2
- echo Initiazing Printers...
- pause
- printer
- echo Activating First Publisher....
- pause
- fp
- b:
- goto quit
-
- :quit
- cls
- disp menu\pcfend 2
- pause
- cls
- cursor